Thumb

Hello world Program

1/7/2020 7:23:27 AM

Print -> Hellow World !

Describe the code :

In this Section we can see the Hellow World Code. 1st using System is predefined library in c#. in this library there  present in Console class 2nd In this Console class WriteLine() is a predefined Method to print the String. Static is a key Word and Void is return type of this Method. On the other hand Void is non-return type so this Method can,t return anything just print the String